home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <LINK rel="stylesheet" href="%1css/default.css" type="text/css">
- </HEAD>
-
- <BODY class='menu' TOPMARGIN="0" BOTTOMMARGIN=0 LEFTMARGIN=5 RIGHTMARGIN=5>
-
- <DIV ID="tooltip" STYLE="position:absolute;visibility:hidden;z-index:99;"></DIV>
-
- <SCRIPT SRC="%1js/helps.js"></SCRIPT>
- <SCRIPT SRC="%1js/tips.js"></SCRIPT>
-
- <SCRIPT language=Javascript>
- var link_path = "%1";
- var imgArr = new Array();
-
- imgArr["butHelp"] = link_path + "images/help_up_default.gif";
- imgArr["butHelpOver"] = link_path + "images/help_over_default.gif";
- imgArr["butHelpDown"] = link_path + "images/help_down_default.gif";
-
- imgArr["butPreferences"] = link_path + "images/preferences_up_default.gif";
- imgArr["butPreferencesOver"] = link_path + "images/preferences_over_default.gif";
- imgArr["butPreferencesDown"] = link_path + "images/preferences_down_default.gif";
-
- imgArr["butRegister"] = link_path + "images/register_up_default.gif";
- imgArr["butRegisterOver"] = link_path + "images/register_over_default.gif";
- imgArr["butRegisterDown"] = link_path + "images/register_down_default.gif";
-
- imgArr["butLogoff"] = link_path + "images/logoff_up_default.gif";
- imgArr["butLogoffOver"] = link_path + "images/logoff_over_default.gif";
- imgArr["butLogoffDown"] = link_path + "images/logoff_down_default.gif";
-
- imgArr["butAbout"] = link_path + "images/about_up_default.gif";
- imgArr["butAboutOver"] = link_path + "images/about_over_default.gif";
- imgArr["butAboutDown"] = link_path + "images/about_down_default.gif";
-
- function linkOver(linkName) {
- if (document.images)
- document[linkName].src = imgArr['but' + linkName + 'Over'];
- }
-
- function linkDown(linkName) {
- if (document.images) {
- document[linkName].src = imgArr['but' + linkName + 'Down'];
- }
- }
-
- function linkNormal(linkName) {
- if (document.images)
- document[linkName].src = imgArr['but' + linkName];
- }
-
- function handleChange()
- {
- var element = document.forms["treeForm"].elements["tree"];
- var sel = element.options[element.selectedIndex].value;
- if(sel != "")
- {
- var loc;
- switch(sel)
- {
- case "1": loc = "%7"; break;
- case "2": loc = "%8"; break;
- case "3": loc = "%9"; break;
- case "4": loc = "%10"; break;
- case "5": loc = "%11"; break;
- case "6": loc = "%12"; break;
- case "7": loc = "%13"; break;
- case "8": loc = "%14"; break;
- case "9": loc = "%15"; break;
- default: loc = "%16"; break;
- }
-
- parent.frames["target_frame"].location = loc;
- }
- }
-
- function goAbout()
- {
- var winLoc = parent.frames["target_frame"];
- winLoc.location = "%3?draw=about";
- }
-
- function goPreferences()
- {
- parent.frames["target_frame"].location = "%4";
- }
-
- function logoff()
- {
- window.top.location = "%3?action=logoff";
- }
-
- function goRegister()
- {
- var loc = "http://www.crystaldecisions.com/ipl/default.asp?destination=register&rsource=web_product&product=crystalenterprise%17";
- window.open(loc, "_blank");
- }
-
- function goHelp()
- {
- var loc = "%5";
- window.open(loc, "_blank");
- }
- </SCRIPT>
-
- <FORM name="treeForm">
- <TABLE width=100% cellspacing=0 cellpadding=0>
-
- <tr><td class="menu"><span class="menuTitle">Crystal Management Console</span></td>
- <td class="menu" align=right><span class='headerWelcome'>Account: %2</span></td></tr>
- <tr>
- <td class="menu">
-
- <table><tr><td class="menu" valign="middle">
- <select class="menuFormElement" name="tree" onchange=handleChange()>
- <option value="0">%6</option>
- <option value="1">Users</option>
- <option value="2">Groups</option>
- <option value="3">Objects</option>
- <option value="4">Folders</option>
- <option value="5">Events</option>
- <option value="6">Servers</option>
- <option value="7">Server Groups</option>
- <option value="8">Settings</option>
- <option value="9">Authorization</option>
- </select>
-
- </td><td class="menu">
-
- <table cellpadding=0 border=0>
- <tr><td class="clsButton"><div class="clsButton">
- <a href="javascript:handleChange();">Go</a>
- </div></td>
- </table>
-
- </td></tr></table>
-
- </td>
-
- <td class="menu" align=right>
-
- <table cellspacing=0 cellpadding=0 border=0>
- %18
- </table>
-
- </td>
-
- </tr>
- </TABLE>
- </FORM>
-
- </BODY>
- </HTML>
-